home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_1783 / frame_284 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  135 b   |  10 lines

  1. stop();
  2. onEnterFrame = function()
  3. {
  4.    if(Key.isDown(32))
  5.    {
  6.       delete onEnterFrame;
  7.       _root.winover.play();
  8.    }
  9. };
  10.